You are here: Programming guide > COM SDK fundamentals > Accessing properties using the IASDocument interface

Accessing properties using the IASDocument interface

The interface extension designer implements the DocumentDetails property, which returns an IASDocument object. This is the same object that is available in VBScript as the Document object.

This interface can be used to read or write the value of any property of a document as shown in the following example.

txtDrawingNumber.Text =  m_Designer.DocumentDetails.Property("Custom.DrawingNumber")

Where the String argument is the internal name of the property created in the Meridian Enterprise Configurator.

Note    The property set name is optional for all properties created in the Meridian Enterprise Configurator.

Related information

About accessing object properties

DocumentDetails property

Accessing properties using the server object

Accessing properties using the designer object


www.bluecieloecm.com